DescribeScheduledTasks
Description
query the information of the scheduled task. When querying, you can specify a timed triggered action (ScheduledAction) to query the associated timed task.
Request Method
POST
Request Path
/apsara/route/Ess/DescribeScheduledTasks
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ScheduledAction.N | BODY | string | No | No sample value for this parameter. | You can enter up to 20 operations to be performed when a scheduled task is triggered. The query results ignore the invalid operation and do not report an error. |
ScheduledTaskName.N | BODY | string | No | No sample value for this parameter. | the display name of the scheduled task, you can enter up to 20. The query results ignore the invalid scheduled task name and do not report an error. |
PageSize | BODY | integer | No | No sample value for this parameter. | the number of rows per page set during paging query, the maximum value is 50 rows, and the default value is 10. |
PageNumber | BODY | integer | No | No sample value for this parameter. | the page number of the scheduled task list, with a starting value of 1 and a default value of 1. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | No sample value for this parameter. | the region to which the scheduled task belongs. |
ScheduledTaskId.N | BODY | string | No | No sample value for this parameter. | the ID of the scheduled task, up to 20 can be entered. The query results ignore the invalid scheduled task ID and do not report an error. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestID | string | 1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC | Request id |
Example
Successful Response example
{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}